home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / HEXEDIT / BIED.1_0 / bied.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1998-09-29  |  4KB  |  163 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 426
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'About BiEd'
  6.   ClientHeight = 235
  7.   ClientWidth = 291
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 291
  21.     Height = 201
  22.     Align = alClient
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object Image1: TImage
  27.       Left = 16
  28.       Top = 16
  29.       Width = 32
  30.       Height = 32
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.     end
  34.     object LblTitle: TLabel
  35.       Left = 64
  36.       Top = 16
  37.       Width = 136
  38.       Height = 21
  39.       Caption = 'Binary Editor 0.00'
  40.       Font.Charset = RUSSIAN_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -19
  43.       Font.Name = 'Times New Roman'
  44.       Font.Style = []
  45.       ParentFont = False
  46.     end
  47.     object Label2: TLabel
  48.       Left = 64
  49.       Top = 80
  50.       Width = 217
  51.       Height = 57
  52.       AutoSize = False
  53.       Caption = 
  54.         'It'#39's software is intended for demonstration of opportunities of ' +
  55.         'a Delphi visual component TAKHexEditor.'
  56.       WordWrap = True
  57.     end
  58.     object LblCopyright: TRxLabel
  59.       Left = 64
  60.       Top = 136
  61.       Width = 153
  62.       Height = 17
  63.       Caption = '∩┐╜ 1998 Andrey Kolegov'
  64.       ShadowSize = 0
  65.     end
  66.     object LblEMail: TRxLabel
  67.       Left = 64
  68.       Top = 154
  69.       Width = 94
  70.       Height = 13
  71.       Caption = 'ankol@perm.raid.ru'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBlue
  74.       Font.Height = -12
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = [fsUnderline]
  77.       ParentFont = False
  78.       ShadowSize = 0
  79.       OnClick = LblEMailClick
  80.       OnMouseEnter = LblEMailMouseEnter
  81.       OnMouseLeave = LblEMailMouseLeave
  82.     end
  83.     object LblWWW: TRxLabel
  84.       Left = 64
  85.       Top = 172
  86.       Width = 173
  87.       Height = 13
  88.       Caption = 'http://www.raid.ru/customers/ankol'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBlue
  91.       Font.Height = -12
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsUnderline]
  94.       ParentFont = False
  95.       ShadowSize = 0
  96.       OnClick = LblWWWClick
  97.       OnMouseEnter = LblEMailMouseEnter
  98.       OnMouseLeave = LblEMailMouseLeave
  99.     end
  100.     object LblHexEditVersion: TLabel
  101.       Left = 64
  102.       Top = 40
  103.       Width = 133
  104.       Height = 14
  105.       Caption = 'TAKHexEditor version 0.00'
  106.       Font.Charset = RUSSIAN_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -11
  109.       Font.Name = 'Arial'
  110.       Font.Style = [fsItalic]
  111.       ParentFont = False
  112.     end
  113.     object LblNumEditVersion: TLabel
  114.       Left = 64
  115.       Top = 56
  116.       Width = 136
  117.       Height = 14
  118.       Caption = 'TAKNumEditor version 0.00'
  119.       Font.Charset = RUSSIAN_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'Arial'
  123.       Font.Style = [fsItalic]
  124.       ParentFont = False
  125.     end
  126.   end
  127.   object Panel2: TPanel
  128.     Left = 0
  129.     Top = 201
  130.     Width = 291
  131.     Height = 34
  132.     Align = alBottom
  133.     BevelInner = bvRaised
  134.     BevelOuter = bvLowered
  135.     Caption = 'Panel2'
  136.     TabOrder = 1
  137.     object ButOK: TButton
  138.       Left = 108
  139.       Top = 5
  140.       Width = 75
  141.       Height = 25
  142.       Cancel = True
  143.       Caption = '&OK'
  144.       Default = True
  145.       ModalResult = 1
  146.       TabOrder = 0
  147.     end
  148.     object NumEdit: TAKNumEdit
  149.       Left = 16
  150.       Top = 8
  151.       Width = 33
  152.       Height = 24
  153.       CharCase = ecUpperCase
  154.       TabOrder = 1
  155.       Visible = False
  156.       LeadingZero = False
  157.       Radix = 10
  158.       Value = 0
  159.       Version = '1.00'
  160.     end
  161.   end
  162. end
  163.